 |
API Documentation
|
|
|
14 class DLL_WINUI_EXPORT
ComponentManager final :
public nkCommon::SingletonClass<ComponentManager>
48 void erase (
const std::string_view& name) ;
Component * getByIndex(unsigned int index) const
void erase(const std::string_view &name)
Base class for any graphical component.
Definition: Component.h:12
COMPONENT_TYPE
Available component types.
Definition: ComponentType.h:12
Component * createOrRetrieve(const std::string_view &name, COMPONENT_TYPE componentType)
Manages the components within nkWinUi.
Definition: ComponentManager.h:15
Encompasses all API of component NilkinsWinUi.
Definition: Button.h:7
Component * get(const std::string_view &name) const